Login  |  繁體中文
感謝您對「自由軟體鑄造場」的支持與愛護,十多年來「自由軟體鑄造場」受中央研究院支持,並在資訊科學研究所以及資訊科技創新研究中心執行,現已完成階段性的任務。 原網站預計持續維運至 2021年底,網站內容基本上不會再更動。本網站由 Denny Huang 備份封存。
也紀念我們永遠的朋友 李士傑先生(Shih-Chieh Ilya Li)。

What is Resource Catalog ?

catalog-iconThe OpenFoundry Resource Catalog lists professional resources and applications related to the development of open source software. If you have any recommendation listing / category  or bug for this resource catalog, please do not hesitate to contact us.

Testing

Listings

Results 1 - 8 of 8

UnitTest++

UnitTest++ is a lightweight unit testing framework for C++.

It was designed to do test-driven development on a wide variety of platforms. Simplicity, portability, speed, and small footprint are all very important aspects of UnitTest++.

Platform:Windows                                                                     License:MIT/X Consortium license

Reference:https://unittest-cpp.sourceforge.net/

cfix

cfix is an xUnit testing framework for C/C++, specialized for unmanaged Windows development (32/64 bit). cfix supports development of both user and kernel mode unit tests.

cifx unit tests are compiled and linked into a DLL. The testrunner application provided by cfix allows selectively running tests of one or more of such test-DLLs. Execution and behaviour in case of failing testcases can be highly customized. Moreover, cfix has been designed to work well in conjunction with the Windows Debuggers (Visual Studio, WinDBG).

Platform:Windows                                                                    License:GNU Library or "Lesser" General Public License version 3.0 (LGPLv3)

Reference:https://www.cfix-testing.org/unit-testing-framework/windows/

C Unit Test System

CUT is a simple, to-the-point unit testing system. It's different from other unit test packages in that it follows the KISS principle. It's designed for C testing, not designed to emulate SUnit.

Platform:OS Independent                                                                  License:zlib/libpng License

Reference:https://sourceforge.net/projects/cut/

Seatest

A simple unit testing framework for C based on the xUnit style of unit testing. Ideal for Test Driven Development ( TDD ). Designed to be portable.

Platform:unknown                                                                    License:MIT License

Reference:https://code.google.com/p/seatest/

CunitWin32

CUnitWin32 is a unit testing framework for C/C++ for Microsoft Windows

Platform:Windows                                                                    License:GNU Lesser General Public License

Reference:https://code.google.com/p/cunitwin32/

RCUNIT

RCUNIT is a robust C unit testing framework. Requiring only an ANSI compliant C compiler, RCUNIT is a highly portable unit testing tool.

Platform:Corss-platform;                                   License:GNU General Public License (GPL)

Reference:https://rcunit.sourceforge.net/

Cmockery

There are a variety of C unit testing frameworks available however many of them are fairly complex and require the latest compiler technology. Some development requires the use of old compilers which makes it difficult to use some unit testing frameworks. In addition many unit testing frameworks assume the code being tested is an application or module that is targeted to the same platform that will ultimately execute the test. Because of this assumption many frameworks require the inclusion of standard C library headers in the code module being tested which may collide with the custom or incomplete implementation of the C library utilized by the code under test.

Platform:unknown                                                                    License:Apache License 2.0

Reference:https://code.google.com/p/cmockery/

Googletest

Google's framework for writing C++ tests on a variety of platforms (Linux, Mac OS X, Windows, Cygwin, Windows CE, and Symbian). Based on the xUnit architecture. Supports automatic test discovery, a rich set of assertions, user-defined assertions, death tests, fatal and non-fatal failures, value- and type-parameterized tests, various options for running the tests, and XML test report generation.

Platform:Cross platform                                                                    License:New BSD License

Reference:https://code.google.com/p/googletest/